projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc26603
)
Fix typo in host record.
author
Ewan Mellor
<ewan@xensource.com>
Sun, 25 Feb 2007 21:53:39 +0000
(21:53 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Sun, 25 Feb 2007 21:53:39 +0000
(21:53 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendAPI.py
b/tools/python/xen/xend/XendAPI.py
index 5beb037a5bd5dec808366f6287b3cf9c405440d6..f5281127382c71c90a683ba63e17fc61c7504568 100644
(file)
--- a/
tools/python/xen/xend/XendAPI.py
+++ b/
tools/python/xen/xend/XendAPI.py
@@
-725,7
+725,7
@@
class XendAPI(object):
'API_version_major': XEN_API_VERSION_MAJOR,
'API_version_minor': XEN_API_VERSION_MINOR,
'API_version_vendor': XEN_API_VERSION_VENDOR,
- 'API_version_vendor_implemention':
+ 'API_version_vendor_implement
at
ion':
XEN_API_VERSION_VENDOR_IMPLEMENTATION,
'software_version': node.xen_version(),
'other_config': node.other_config,